-
Notifications
You must be signed in to change notification settings - Fork 10
Update docs for deps and conda #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, a few refinements needed
docs/installation.md
Outdated
``` | ||
|
||
This will install the programs ``vcf2zarr`` and ``vcf_partition`` | ||
into your local Python path. You may need to update your $PATH to call the | ||
For bioconda users, the package is available in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should clarify that this includes all dependencies bundled in, i.e., equivalent to running pip install bio2zarr[all]
docs/installation.md
Outdated
conda install -c bioconda bio2zarr | ||
``` | ||
|
||
This will install the programs ``vcf2zarr``, ``vcf_partition``, ``tskit2zarr` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will install the programs ``vcf2zarr``, ``vcf_partition``, ``tskit2zarr` | |
This will install the programs ``vcf2zarr``, ``vcf_partition``, ``tskit2zarr`` |
docs/installation.md
Outdated
Windows is not currently directly supported. We recommend the use | ||
of Windows Subsystem for Linux (WSL) Please comment on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows is not currently directly supported. We recommend the use | |
of Windows Subsystem for Linux (WSL) Please comment on | |
Windows support is preliminary, partial and needs to be fully documented. We recommend trying the bioconda packages in the first instance, and if this doesn't work try using | |
Windows Subsystem for Linux (WSL). Please comment on |
docs/installation.md
Outdated
[this issue](https://github.com/sgkit-dev/bio2zarr/issues/174) if you would | ||
like to see Windows support for bio2zarr. | ||
like to see direct Windows support for bio2zarr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like to see direct Windows support for bio2zarr. | |
if you would like to see improved Windows support for bio2zarr, or would like to help out with this. |
Fixed up |
Closes #203
Closes #396
Closes #388
Requires #401 for the plink2zarr comments to make sense.